home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / com / computer / parcp262 / doc / history.txt < prev    next >
Encoding:
Text File  |  1997-07-29  |  19.3 KB  |  546 lines

  1. This is the history of PARCP development:
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3.  
  4. 2.62 - 29.07.1997
  5. =================
  6. - PARCP clearly displays which configuration file is used now.
  7.  
  8.  
  9. 2.60 - 22.07.1997 - PARCP has become keyware, PARCP cable is available
  10. =================
  11. - PARCP now recognizes two new directives in the CFG file: Username and
  12.   Keycode. You'll get the keycode when you register.
  13.  
  14. - thanks to idea from Ivan Dimbleby I asked Titan Designs if they could
  15.   make the PARCP cables for PARCP users. They agreed, so now you can order
  16.   the PARCP cable at them, hopefully. Read the documentation for more
  17.   informations.
  18.  
  19. - Sorting has been rewritten to eat less memory. It may however still be
  20.   too slow on 8 MHz machines - please check it out, I still can optimize it
  21.   a bit
  22.  
  23. - fixed priority bug - the $PARCPDIR had a higher priority than the -f
  24.   command line option by a mistake. Now it is fixed, so you can really use
  25.   the configuration file you point to with the -f option even when the
  26.   PARCPDIR variable is set. This allows you to have one most used
  27.   configuration which the PARCPDIR points to and one or more less
  28.   frequently used config files which you can select by the option on the
  29.   command line of PARCP.
  30.  
  31. - some little fixes and enhancements (Client should get all error reports
  32.   from Server now).
  33.  
  34.  
  35. 2.55beta - 09.07.1997 - I have reached *two* registered users. Wow! :-|
  36. =====================
  37. - Alt-Ctrl-Shift as the Interrupt Key works now in DOS version of PARCP,
  38.   too. It was rather easy to add this, because the internals of TOS and DOS
  39.   are *very* similar to each other (even the bit fields of special keys
  40.   match in TOS and DOS! :-)
  41.  
  42. - Dir listing has been modified (especially the format of date and time).
  43.   The maximum length of filename in dir list is 32 characters now (is it
  44.   enough?) All directories are listed together before files (handy! :-)
  45.  
  46. - Sorting of dir listing!! I was planning to add it later to the fullscreen
  47.   version of PARCP 3.0, but I have written it already. Seven different ways
  48.   of sorting! (see the SORT command discussion).
  49.  
  50. - sending of filenames with wildcards has been rewritten. You should notice
  51.   that especially when sending files from top/root directory of large disk
  52.   with deep directory tree (in previous versions of PARCP the routine for
  53.   sending files searched through the whole directory tree even when it was
  54.   unnecessary).
  55.  
  56. - internal changes for better memory management (is it better, Koos?)
  57.  
  58.  
  59. 2.50 - 22.06.1997 - thanks for bugreport to Ivan Dimbleby
  60. =================
  61. - fixed stupid bug in DEL command (template matching didn't work)
  62.  
  63. - DEL command enhanced - now it deletes files and directories recursively
  64.   (if SUBD is ON, see documentation)
  65.  
  66. - new command REN for renaming files (command set is complete now, I think)
  67.  
  68. - SAVE command enhanced - now it can create missing cfg file, update all
  69.   values in existing cfg file and even add new lines to existing cfg file -
  70.   that's important for easy updating cfg files with new commands of still
  71.   developed PARCP.
  72.  
  73.  
  74. 2.40 - 10.06.1997 - I really need more regular betatesters!
  75. =================
  76. - the most important news: I have found the reason of random unexpected
  77.   crashes of Atari PARCP - the program stack was overflowing :-(
  78.   C, the high-level language strikes back again.... Next time I'll start in
  79.   pure assembler, I swear! :-)
  80.   Anyway, the stack is increased to 16 kB, hopefully it will be enough.
  81.  
  82. - fixed a problem of drag&drop directories - now you can put on the command
  83.   line of PARCP not only files to be sent, but also directories or even
  84.   whole drives! Yes, it's possible to say PARCP D:, which will copy all
  85.   files from your D: drive to the Server! Isn't it just nice for CD-ROM
  86.   burning?
  87.  
  88. - a quick work-around of another possible bug in MiNTlibs (chdir()).
  89.   It seems that I will have to update a quite few MiNTlibs calls soon.
  90.   Maybe I'll become the MiNTlibs maintainer? :-)
  91.  
  92. - fixed a stupid bug which was introduced yesterday in 2.30 release.
  93.   Sending of multiple files by drag&drop works fine again.
  94.  
  95.  
  96. 2.30 - 09.06.1997 - PARCP is shareware and is supported by CyberSTrider
  97. =================
  98. - first of all: found and fixed bug in MiNTlibs! The CD-ROM related
  99.   problems were caused by this bug (apology goes to author of MetaDOS).
  100.   Dir should work fine in CD-ROM directories now.
  101.  
  102. - a problem with long response time of slow CD-ROM drives and CD's with
  103.   huge directories required to enlarge the standard 10 seconds timeout
  104.   value. That's why you find new configuration command 'Timeout' which
  105.   takes decimal number as the timeout value in seconds.
  106.  
  107. - new Client command STAT for showing actual settings (since switches don't
  108.   show all settings anymore).
  109.  
  110. - new Client command SAVE for saving actual settings into configuration
  111.   file. The SAVE command parses the configuration file and strips all
  112.   commands - so don't be surprised. Maybe I'll fix that later.
  113.  
  114. - during drag&drop existing files the 'Quit' possibility now works as
  115.   expected.
  116.  
  117. - two new AKA's were introduced: ls = DIR, lls = LDIR (specially for Koos
  118.   Kuil :-) PARCP Client is fully compatible with usual FTP clients now.
  119.  
  120. - minor fixes and code cleanups.
  121.  
  122.  
  123. 2.20 - 01.06.1997
  124. =================
  125. - Fast assembler routines for Atari have been optimized once more.
  126.   I think I have reached the limits of hardware and the PARCP can't be
  127.   made faster. I'll concentrate on IBM assembler routines in future
  128.   PARCP releases.
  129.  
  130. - introduced a workaround for annoying bug in MetaDOS - now I know finally
  131.   why so many clean programs have problems with reading files on CD-ROMs!
  132.  
  133. - Abort Key stops multiple files transfer now
  134.  
  135. - new Client commands:
  136.   mkdir = alias for MD
  137.   bye   = alias for QUIT
  138.   LMD -> creates directory on Client (alias is lmkdir)
  139.  
  140. - when asking for overwrite you can choose "Quit" from multiple files transfer
  141.  
  142. - fixed silly bug with invisible characters (a bug in my working version
  143.   of MiNTlibs... soon you will know what's going on here)
  144.  
  145.  
  146. 2.11beta - 26.05.1997
  147. =====================
  148. - fixed cosmetic bug in percentage displaying
  149.  
  150. - greatly enhanced configuration file handling - PARCP can now create
  151.   or update its configuration file correctly.
  152.  
  153. - writting PARCP new documentation is in progress...
  154.  
  155.  
  156. 2.10beta - 06.05.1997
  157. =====================
  158.  
  159.  Bugfixes:
  160.  ---------
  161. - better access rights to directories created on Linux/MiNT
  162.  
  163. - a workaround for evil bug in TOS (statfs()) - no more
  164.   "Please insert a X: diskette into drive A:" alerts
  165.  
  166.  Important changes:
  167.  ------------------
  168. - PARCP.CFG - at last! Configuration file of PARCP with all switches and
  169.   many new variables is available. Details will be discussed in documentation.
  170.  
  171. - the environment variable "PARCPPAR" is obsolete now! Use the
  172.   configuration file for setting up your favourite switches etc.
  173.  
  174. - a new env.variable "PARCPDIR" is recognized. It should point to
  175.   PARCP home directory (it's used for searching the PARCP.CFG)
  176.  
  177. - command line parameters reduced to -s (PARCP Server) and -f filename
  178.   where filename points to an alternate configuration file.
  179.  
  180.  Configuration file:
  181.  -------------------
  182.  It's a plain textfile, can be freely edited by hand. The configuration
  183.  file is searched:
  184.  1) where -f command points to. If it's not a valid config file, then...
  185.  2) search for PARCP.CFG in actual directory, then...
  186.  3) in PARCP's home directory, and at last...
  187.  4) in $PARCPDIR directory
  188.  
  189.  New features:
  190.  -------------
  191. - transfer in progress can be interrupted any time by pressing
  192.   on Atari: Alt-LeftShift-Control
  193.   on IBM:   Ctrl-C
  194.  
  195. - waiting PARCP Server can be aborted the same way as the file transfer
  196.  
  197. - PARCP can keep time-stamp of copied file (KEEP switch)
  198.  
  199. - better buffering of files - you can specify how big is file buffer
  200.  
  201. - variable length of transfer block - use longer block for higher speed
  202.  
  203. - better handshanking - just protocol revision is checked
  204.   (PARCP v2.10 will be compatible with newer versions until a protocol
  205.    change will occur)
  206.  
  207. - debug version of PARCP can be compiled.
  208.  
  209. - when HASH is OFF the progress is indicated by percentage of transferred
  210.   file size
  211.  
  212. - after drag & drop file on PARCP Client the can receive the file and
  213.   quit (QuitAfterDrop = TRUE) or stay and wait for another connection.
  214.  
  215.  
  216. 2.04beta - 12.04.1997 - thanks to Koos Kuil for bugreports!
  217. =====================
  218. - fixed problem with transferring files 0 bytes long
  219.  
  220. - fixed problem with displaying free space on a disk
  221.  
  222. - new command 'F' is recognized in PARCPPAR environment variable.
  223.   It enables the fast assembler routines on Atari PARCP.
  224.  
  225. - added CWSDPMI.EXE which provides DPMI services for IBM PARCP.
  226.   Please read enclosed CWSDPMI.DOC, thanks.
  227.  
  228.  
  229. 2.03beta - 31.03.1997
  230. =====================
  231. - FAST ASSEMBLER ROUTINES RE-IMPLEMENTED!! The transfer speed is back
  232.   to 88 kB/s!! You can select between the original TOS routines and the new
  233.   fast assembler ones on-the-fly by Client command "FAST". The fast routines
  234.   are disabled by default for max. compatibility.
  235.  
  236. - fixed litle problem with "Error reading the file"
  237.  
  238. - fixed problem with drag&dropping directories
  239.  
  240. - little cosmetic changes
  241.  
  242.  
  243. 2.02beta - 29.03.1997
  244. =====================
  245. - BUGFIX: drag&drop didn't work
  246.  
  247. - sending of single files (filename without wildcards) is now faster
  248.   because they aren't searched in directory but send immediately.
  249.  
  250.  
  251. 2.01beta - 28.03.1997
  252. =====================
  253. - long awaited feature: PARCP can now send or receive whole subdirectories!
  254.   By default this is turned on, but it can be turned off by "d" in $PARCPPAR
  255.   I've also found a bug in Linux's libc, will have to report it...
  256.  
  257. - PARCP reports the length of transferred file in blocks (= in dots)
  258.  
  259. - Client's switch commands (HASH,CASE,OVER,SUBD) without the ON or OFF
  260.   parameter acts as a toggle switch.
  261.  
  262. - removed two problems with timeouts while waiting for answer to
  263.   "Overwrite?" question.
  264.  
  265.  
  266. 2.00beta - 25.03.1997
  267. =====================
  268. - PARCP has been completely rewritten and is now compiled by GNU C 2.7.2
  269.  
  270. News: - PARCP uses new method of handshaking (end of "Timeouts" I believe)
  271.  
  272.       - PARCP supports multitasking operating systems
  273.  
  274.       - PARCP Server does not hog CPU while waiting for connection!
  275.  
  276.       - PARCP reads an environment variable PARCPPAR and uses its
  277.         value for setting of different PARCP options
  278.  
  279.       - PARCP Client is much more comfortable
  280.  
  281.       - drag&drop of files onto PARCP Client is supported again!
  282.  
  283.       - .. and much more, I can't remember it all.
  284.  
  285. - I have no time for updating docs so I am releasing PARCP `as is', mainly
  286.   for betatesters.
  287.  
  288.  
  289. 1.00beta - 31.12.1996
  290. =====================
  291. - lowlevel assembler code on Atari has been optimized one more time. It
  292.   saved another 80 CPU cycles in the inner loops. Receiving of two bytes
  293.   should (in ideal case) take only 350 cycles - that makes the upper limit
  294.   of transfer speed around fantastic 40 kB/s on standard 8 MHz ST!
  295.  
  296. - dir listing buffer decreased to 4096 bytes
  297.  
  298. - HASH mark changed to dot '.' (dot is nicer I think :)
  299.  
  300. - documentation updated and whole package released.
  301.  
  302.  
  303. 0.78beta - 30.12.1996
  304. =====================
  305. - added new commands L/DEL: it, as the name says, deletes files.
  306.  
  307. - eliminated possible problems with different sizes of library constants
  308.   between Pure and Borland C (e.g. MAXPATH is 119 on Atari but 260 on PC)
  309.  
  310. - dir list can now be cancelled by pressing 'q' in "more" prompt
  311.  
  312. - many code clean ups
  313.  
  314.  
  315. 0.77beta - 28.12.1996
  316. =====================
  317. - removed about four errors from send_files(), now it really works
  318.  
  319. - removed all waitings for a key - now it should be ready for batch
  320.   processing
  321.  
  322.  
  323. 0.76beta - 27.12.1996
  324. =====================
  325. - added new commands PGLEN, GET:
  326.  
  327.   'PGLEN' sets the number of lines on your screen. Default is 25, but e.g.
  328.           I have 40 lines on screen. If you set 0 lines, dir listing will
  329.           not be stopped.
  330.  
  331.   'GET' transfers a file or files from server to client
  332.  
  333. - some important code cleanups
  334.  
  335. - eliminated possible problems with memory overflow in handshake()
  336.  
  337.  
  338. 0.75beta - 26.12.1996
  339. =====================
  340. - added new commands LQUIT, HASH:
  341.  
  342.   'HASH' turnes on and off printing characters indicating transfer in
  343.          progress
  344.  
  345.   'LQUIT' is a very important command - it quits just the client while
  346.           server keeps waiting for another session. This way you can start
  347.           server on one machine automatically after boot up and connect
  348.           from the other machine only sometimes when you need to copy a
  349.           file.
  350.  
  351. - memory buffers (55 kB) made statical (it may be better than allocating it
  352.   dynamically every time - especially in multitasking environments)
  353.  
  354.  
  355. 0.74beta - 25.12.1996
  356. =====================
  357. - read() -> fread(), because read() on PC can read max 32 kB long block :-/
  358.  
  359.  
  360. 0.73beta - 24.12.1996
  361. =====================
  362. - DIR buffer made smaller (20 kB -> 10 kB) (Small memory model on PC)
  363.  
  364. - little changes of source code with aim at PC compatibility
  365.  
  366.  
  367. 0.72beta - 23.12.1996
  368. =====================
  369. - user interface rewritten from scratch. PARCP now acts like ftp client and
  370.   server. The idea was taken from Parallel communication routines written
  371.   by Ian D. Gay (gay@sfu.ca).
  372.  
  373.   Implemented the following commands: L/PWD, L/CD, MD, PUT, L/DIR, HELP
  374.   and QUIT.
  375.  
  376.   'PWD' prints the current path (=drive and directory) on server
  377.  
  378.   'CD' changes the current path on server
  379.  
  380.   'DIR' lists files in current path on server
  381.  
  382.   'L-functions' do the same but on client (i.e. local machine)
  383.  
  384.   'MD' creates directory in current path on server
  385.  
  386.   'PUT' sends a file or files from client to server
  387.  
  388.   'HELP' shows short help message
  389.  
  390.   'QUIT' ends both client and server
  391.  
  392. - fopen() -> open(), fread() -> read() etc.
  393.  
  394. - PC timeout increased to 1E7 empty loops
  395.  
  396. - many small changes in the whole source code
  397.  
  398.  
  399. 0.71beta 24.11.1996
  400. ===================
  401. - ST part of lowlevel routines has been rewritten into assembler. It is now
  402.   again much faster (on a plain ST the speed increase went from 16 up to 22
  403.   kB/s).
  404.  
  405. - true timer timeouts has been implemented in the ST version of PARCP. The
  406.   timeout is now set to 3 seconds (I think it is enough even for reading
  407.   from a floppy).
  408.  
  409. - Since 0.70beta the transfer can be interrupted anytime by pressing Shift
  410.   key on Atari computer or Return on PC (as you can see in the source code
  411.   of lowlevel routines). I forgot to update docs, sorry.
  412.  
  413.   21.12.1996
  414. - I thought I would be able to rewrite even the PC part of lowlevel
  415.   routines into assembler, but I have no time for studying Intel assembler,
  416.   so I am releasing this version for testing right now.
  417.  
  418. - PAR_IN and PAR_OUT created.
  419.  
  420.   PAR_IN sets the parallel port into input state. If you use PARCP
  421.   regularly and have the PARCP cable connected all the time, you should put
  422.   PAR_IN into your AUTO folder (Atari) or AUTOEXEC.BAT (PC). It will
  423.   minimize the danger of destroying your parallel ports.
  424.  
  425.   PAR_OUT resets the parallel port into output state which is the default
  426.   after power on or reset of computer. If you want to print on printer
  427.   after using PARCP, you have to run PAR_OUT first (or reset the computer).
  428.  
  429. - documentation updated.
  430.  
  431.  
  432. 0.70beta 19.11.1996
  433. ===================
  434. - timeouts are hopefully away (I don't know why, but it doesn't matter :)
  435.  
  436. - an old code for handshaking removed (it made more troubles than good
  437.   things). Now it begins directly with sending or receiving, so please
  438.   don't start Senders on both ends...
  439.  
  440. - new speed records achieved: 56 kB/s on unidirectional port and 77 kB/s on
  441.   bidirectional one (between my Falcon040 and IBM 6x86)
  442.  
  443.  
  444. 0.69beta (unreleased)
  445. =====================
  446. - tested communication between two PC's - proved that PARCP is totally
  447.   flexible and works between any two supported computers (great!)
  448.  
  449.  
  450. 0.68beta (unreleased)
  451. =====================
  452. - still fighting.. also speeded up some little routines.
  453.  
  454.  
  455. 0.67beta (unreleased)
  456. =====================
  457. - fighting with strange problems - a lot of timeouts and other stuff.
  458.   Can't find the reason...
  459.  
  460.  
  461. 0.66beta 14.11.1996
  462. ===================
  463. - initial handshaking has been improved a bit. PARCP now also does check
  464.   of the PARCP version on both sides and refuses to work if the versions
  465.   differ from each other.
  466.  
  467. PC version only:
  468. - the command line parameter '-p' has been changed: now it is followed by
  469.   the LPT port number (i.e. 2 for LPT2 or 3 for LPT3 - the default value
  470.   is 1 => LPT1). That means you need not to search for the address of your
  471.   parallel port anymore.
  472.  
  473. - new command line parameter '-H' added: you have to use it if you have
  474.   unidirectional parallel port only. You also have to use the HW adapter
  475.   then. If you don't know what type of parallel port your machine has got,
  476.   you can use my PARTEST.EXE.
  477.  
  478. - PARTEST.EXE created. Before starting it please disconnect all peripherals
  479.   and/or cables from your parallel port(s). After selecting LPT port it
  480.   will tell you if you can use bidirectional feature of your port OR if
  481.   you will have to build the HW adapter and always specify '-H' on command
  482.   line of PARCP...
  483.  
  484.  
  485. 0.65beta (unreleased)
  486. =====================
  487. - timeouts added to the low-level functions. I have used very simple
  488.   incrementing of a variable and counting to one million ;-) Hope it will be
  489.   enough for every kind of machine..
  490.   Transfer can also be interrupted by a keypress now.
  491.  
  492.  
  493. 0.64beta (unreleased)
  494. =====================
  495. PC version only:
  496. - now this is something we all have been waiting for: a support for
  497.   bidirectional parallel ports of new PC motherboards!
  498.   That simply means more speed and no HW adapter (with good PC motherboard,
  499.   of course). This feature has been implemented thanks to important
  500.   informations about PC hardware from Michal Kara.
  501.  
  502.   PARCP now can send or receive files with transfer rate about 72 kB/s on my
  503.   system (Falcon040/40 and IBM6x86/60). That's quite good I think.
  504.  
  505.  
  506. 0.63beta (unreleased)
  507. =====================
  508. - introduced new, MUCH FASTER method of handshaking - the result is
  509.   dramatical speed improvement (about 50% faster than 0.62beta!!)
  510.   Thanks for the idea to Michal Kara.
  511.  
  512.  
  513. 0.62beta 23.10.96
  514. =================
  515. ~ compiled on a friend's PC (thanks to Milos Matus)
  516. - added option for selecting parallel port address (for PC version only)
  517. - ST version compiled with ARGV startup code - now you can pass much more
  518.   filenames on the command line than before (the 126 chars limit is removed)
  519.  
  520.  
  521. 0.6beta 20.10.96
  522. ================
  523. ~ released at the Freecon '96 (Atari show in Pilsen)
  524. * a bug found: receiving more than one file at session didn't work
  525. - added check for passed filename (if it exists)
  526. * corrected bug in CABLES.TXT (the 13th pin of PC connector was wired wrongly)
  527.  
  528.  
  529. 0.5beta 16.10.1996
  530. ==================
  531. ~ the first public release (for friends only :)
  532.  
  533. 0.3beta 20.8.1996
  534. ==================
  535. ~ I demonstrated the first working version of PARCP at Narsil Party 1996 in
  536.   Trpisov.
  537.  
  538. 0.1alpha 26.7.1996
  539. ==================
  540. This is the first saved PureC source code of PARCP. It already managed to
  541. drive both ST and PC parallel ports and to read and write data to it.
  542.  
  543. First thoughts about PARallel CoPy came to my head in June 1996. I hated
  544. the bugs in ST-Trans and didn't like the half-way interface of HDD-Daemon
  545. 2.0. That's why I started working on PARCP...
  546.